﻿/*
font-family: 'GillSansBold', Arial, sans-serif;		//bold
font-family: 'GillSans', Arial, sans-serif;	//normale
*/

@font-face {
	font-family: 'GillSans';
	src: url('fonts/gillsans.eot');
	src: url('fonts/gillsans.eot?#iefix') format('embedded-opentype'),
		url('fonts/gillsans.woff') format('woff'),
		url('fonts/gillsans.ttf') format('truetype'),
		url('fonts/gillsans.svg#gillsans') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GillSansBold';
	src: url('fonts/gillsansStd-Bold.eot');
	src: local('☺'), url('fonts/gillsansStd-Bold.woff') format('woff'), url('fonts/gillsansStd-Bold.ttf') format('truetype'), url('fonts/gillsansStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 100%;
}
body {
	color: #333;
	background-color: #EEEEEE;
	font-size: 13px;
	font-family: arial, sans-serif;
}
.mainContainer {
	min-height: 560px;
	min-width: 990px;
	overflow: hidden;
	position: relative;
}
.mainContainer h1,
.mainContainer h2,
.mainContainer h3,
.mainContainer h4,
.mainContainer h5,
.mainContainer h6 {
	font-weight: normal;
}
.mainContainer h2 {
    font-size: 23px;
}
.mainContainer h4 {
    font-size: 13px;
}
.mainContainer p {
    line-height: 1.2em;
}
.mainContainer a {
    color: #555555;
}
.wrapper {
	height: 100%;
    margin: 0 auto;
    position: relative;
    width: 990px;
}
.site-content{
	width: 100%;
	overflow: hidden;
}
.site-content,
.mainContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
header.header {
    background: none repeat scroll 0 0 transparent;
    bottom: 25px;
    margin-right: -490px;
    padding: 0;
    position: absolute;
    right: 50%;
    z-index: 1;
}
iframe {
    height: 100%;
    width: 100%;
}
footer.footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
}
footer.footer a {
	color: #ffffff;
	text-decoration: underline;
}
hgroup.box.col-2 {
	padding: 20px;
	white-space: normal;
	width: 444px;
}
hgroup.box h2, hgroup.box img {
	margin-bottom: 20px;
}
hgroup.box img {
	max-width: 455px;
	max-height: 30px;
}
hgroup.box h3, hgroup.box h3 strong {
	font-size: 18px;
	color: #000000;
}
.landing-text {
    background-color: rgba(0, 0, 0, 0.5);
	bottom: 72px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 2%;
    max-height: 18%;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    width: 93%;
}
.box {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
	color: #545454;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0 0 13px 10px;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	width: 237px;
}
.no-rgba .box {
	background: url('../images/bg-ie.png') repeat;
}

.no-rgba .landing-text {
	background: url('../images/bg-ie-black.png') repeat;
}
.boxes .box {
	background-color: #FFFFFF;
}
.boxshadow .box:before {
	border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	content: "";
	left: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: -2;
}
.box .box-content {
    font-size: 14px;
    display: inline-block;
    height: 230px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 217px;
}

.box-content > img {
    width: 100%;
}
.box.box.no-img p {
    margin-bottom: 15px;
}
.box p {
    color: #555555;
    margin: 3px 0;
}
.box.box.no-img .box-content {
	/*height: 150px;*/
	height: auto;
	padding-top: 50px;
}
.boxshadow .site-content .box:before {
	box-shadow: none;
}
.box a {
	text-decoration: underline;
}
.box strong {
    color: #555555;
    font-family: Arial,sans-serif;
}
.box.col-2 {
    width: 484px;
}
.box.box.col-2.one-cont .box-content {
    border: medium none;
    width: 464px;
}
.box.box.no-img input[type="text"], .box.box.no-img textarea  {
	margin: 0 10px 10px 0;
}
.box input[type="text"], .box.box.no-img textarea , .box select, .box .customStyleSelectBox {
    background-color: #ffffff;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 3px;
    width: 211px;
}

.box input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: bottom;
}
.box.box.no-img label {
    display: block;
    margin-bottom: 25px;
}
.box.box.no-img p {
    margin-bottom: 15px;
}
.box-label {
    background-image: url("../images/box-label-corner.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -7px;
    padding-left: 0;
    padding-top: 5px;
    position: absolute;
    top: 8px;
    z-index: 1;
	max-width: 100%;
}
.label {
    background-color: #000000;
    color: #EBEBEB;
    display: block;
    font-family: 'GillSans', arial, sans-serif;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    max-width: 90%;
    overflow: hidden;
    padding: 5px 10px 5px 30px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.label-img {
    background-repeat: no-repeat;
    left: 2px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.box.col-2 .box-content, .box.col-3 .box-content, .box.col-4 .box-content {
    border-left: 2px dotted #D1D1D1;
    padding: 10px 12px;
}
.box .box-label + .box-content {
    border: medium none;
}
.box .box-text {
    font-size: 12px;
    height: 75px;
    margin: 4px 0 0;
    overflow: hidden;
}
.box-link {
	height: 20px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #000000;
	font-size: 16px;
	font-family: 'GillSans', Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
.box .title {
    color: #000000;
    display: block;
    font-size: 15px;
}
.boxes {
	display: block;
	font-size: 0;
    overflow: hidden;
}
.right .site-content .box {
	clear: both;
	float: right;
}
.complete .boxes {
	display: block;
	bottom: 30px;
	height: 280px;
	left: 50%;
	margin-left: -495px;
	position: absolute;
	width: 990px;
}
.complete .site-content {
	bottom: 320px;
}
.complete .landing-text {
	display: none;
}
.complete .box.col-2.one-cont.no-img {
	height: auto;
}
.note {
    font-size: 11px;
}
.box .box-link.legal-note {
  font-size: 13px;
  left: 20px;
  right: auto;
  text-decoration: underline;
  text-transform: none;
}
.box select {
    padding: 0;
    width: 217px;
	cursor: pointer;
}
select option {
    height: 18px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box .customStyleSelectBox {
    margin-bottom: 8px;
}
.customStyleSelectBox {
    background: url("../images/select-arrow.png") no-repeat scroll right center #FFFFFF;
    cursor: pointer;
    height: 16px;
    padding: 4px;
}
.box .customStyleSelectBox .customStyleSelectBoxInner {
    color: #555555;
    vertical-align: middle;
}
.footer {
	background-color: #FFF;
	position: relative;
}
.footer .footer-black {
    background-color: #000000;
    min-height: 72px;
}
.footer .wrapper {
    overflow: hidden;
    padding: 10px 0;
}
.flt-left {
    float: left;
}
footer.footer a {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer .wrapper > * {
    border-right: 1px solid #EEEEEE;
	min-height: 42px;
    color: #FFFFFF;
    float: left;
    font-size: 0.8em;
    padding: 0 10px;
    width: 84%;
}
.overlay_lightbox { 
 	position: fixed; 
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0; 
	background: url(../images/loader_white.gif) no-repeat scroll center center #FFFFFF; 
	z-index:100;
	width: 100%;
	/*Trasperenza cross browser*/
	opacity: 0.75; 
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  
}

.overlay_lightbox.booking {
	background-color: #000000;
}

.box-lightbox {
	background-color: #FFFFFF;
	box-shadow: 0 0 14px #B8B8B8;
	height: auto;
	position: fixed;
	width: 500px;
	z-index: 300;
	left: 50%;
	top: 50%;
	display: block;
}

.no-rgba .box-lightbox {
	background-image: none;
	background-color: #FFFFFF;
}

.boxshadow .box.box-lightbox:before {
	box-shadow: none;
}

.box-lightbox .box-content {
	padding: 50px 3% 15px;
	width: 94%;
}

.box-lightbox .scroll-pane {
	display: inline-block;
	height: 100%;
	overflow: auto;
	padding-right: 5px;
	width: 100%;
}

.box-lightbox p {
	color: #000000;
	height: auto;
	width: 100%;
	line-height: 1.25em;
	margin: 30px auto 20px;
	width: 50%;
	font-size: 14px;
}

.box-lightbox#legal-note p {
    color: #555555;
    font-size: 14px;
    height: auto;
    line-height: 1.25em;
    width: 99%;
	margin: 0;
}

.box-lightbox .title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 1em;
}

.box-lightbox a.close {
	color: #000000;
	font-family: 'GillSans', arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 20px;
}

.box-lightbox_booking {
	background-color: transparent;
    box-shadow: 0 0 14px #B8B8B8;
    /*display: none;*/
    position: fixed;
    z-index: 300;
	left: 50%;
	top: 50%;
	display: block;
	width: 770px;
	height: 500px;
	margin-left: -385px;
	margin-top: -250px;
}

.box-lightbox_booking, .box-lightbox_booking .box {
	box-shadow: none;
}

.box-lightbox_booking.error, .box-lightbox_booking.success {
	background-color: #FFFFFF;
	height: 300px;
	margin-top: -150px;
}

a.close {
    color: #000000;
    font-family: 'GillSans', arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 20px;
}

/* JPANE SCROLLBARS */

.jspContainer
{
	overflow: hidden;
	position: relative;
}
.jspPane
{
	position: absolute;
}
.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: #EEEEEE;
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent;
}
.jspHorizontalBar .jspArrow.jspArrowLeft, .jspHorizontalBar .jspArrow.jspArrowRight,
.jspVerticalBar .jspArrow.jspArrowLeft, .jspVerticalBar .jspArrow.jspArrowRight
{
	background: url("../images/sprite_iveco.png");
}
.jspHorizontalBar .jspArrow.jspArrowLeft
{
	background-position: -6px -505px;
}
.jspHorizontalBar .jspArrow.jspArrowRight
{
	background-position: -4px -489px;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspCap
{
	display: none;
}
.jspHorizontalBar .jspCap
{
	float: left;
}
.jspTrack
{
	background: #EEEEEE;
	position: relative;
}
.jspDrag
{
	background: #000000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspArrow
{
	background: #000;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled
{
	cursor: default;
	background: #000;
}
.jspVerticalBar .jspArrow
{
	height: 23px;
}
.jspVerticalBar .jspArrowUp, .jspVerticalBar .jspArrowDown {
	background-color: #EEEEEE;
	background-image: url("../images/sprite_iveco.png");
}
.jspVerticalBar .jspArrowUp {
	background-position: -2px -203px;
}
.jspVerticalBar .jspArrowDown {
	background-position: -2px -227px;
}
.jspHorizontalBar .jspArrow
{
	width: 20px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
	outline: none;
}
.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* form */

.form input.error, .form textarea.error {
	outline: 1px solid #F00;
}

.box input.error[type="text"] {
	width: 209px;
	margin: 0 1px;
}

.box textarea.error {
	width: 434px !important;
}
 .box.box.no-img textarea {
 	margin: 0 10px 10px 0;
	resize: none;
	overflow: hidden;
	width: 94.5%;
 }

.form label.error {
	display: none !important;
}


.box .form .submit {
                background-color: #000000;
                color: #FFFFFF;
                cursor: pointer;
                font-size: 15px;
                font-weight: normal;
                height: 20px;
                line-height: 20px;
                padding-left: 5px;
                right: 10px;
                text-decoration: none;
}
.box .form .submit .box-link-arrow {
                background: url("/Common/PublishingImages/submit-arrow.png") no-repeat 0 0 transparent;
                display: inline-block;
                height: 29px;
                padding-top: 0;
                vertical-align: top;
                width: 24px;
                margin-left: 5px;
}


.box .form .submit.disabled {
	color: #999C9F;
	cursor: default;
}

.box .form .submit.disabled:hover .box-link-arrow {
	background-position: -5px -112px;
	cursor: default;
}

.box-link-arrow {
    background: url("../images/sprite_iveco.png") no-repeat scroll -5px -112px transparent;
    display: inline-block;
    height: 16px;
    padding-top: 0;
    vertical-align: middle;
    width: 15px;
}

.box.box.no-img p {
    color: #000000;
}
.success {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-icon{
	width: 83px !important;
}

/* cookies popup */
.popupContainer {
	background-color: #3d3d3d;
	background-color: rgba(51, 51, 51, 0.9);
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	visibility: hidden;
	z-index: 1;
}
.cookies-popup {
	box-sizing: border-box;
	color: #ffffff;
	font-family: "GillSans",arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.2pt;
	margin: 0 auto;
	max-width: 990px;
	padding: 10px 50px 10px 15px;
	position: relative;
	width: 100%;
}

.cookies-popup p {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 10px;
	width: 90%;
}

.no-rgba .cookies-popup {
	background: url('../images/bg-ie-light.png') repeat;
}
.cookies-popup a {
    color: #fff;
}
.cookies-popup .close-popup {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.cookies-popup .buttons-popup-container {
	margin: 15px 0 5px;
	text-align: center;
	overflow: hidden;
	display: none;
}
.cookies-popup .popup-button {
	background-color: #fff;
	padding: 3px 35px;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
.cookies-popup .popup-button:first-child {
	float: left;
}
.cookies-table-container {
	background-color: #fff;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.cookies-table {
	background-color: #fff;
	width: 100%;
}
.cookies-table td {
	background-color: #fcfcfc;
	padding: 10px 5px;
}
.cookies-table .grey-row td {
	background-color: #eff1f3;
}

